home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / fasthelp / install < prev    next >
Encoding:
Text File  |  2002-10-19  |  694 b   |  26 lines

  1. To compile HELP:
  2.  
  3.  
  4. 1. first, make sure you have compiled the "Cats" library for your
  5.    system.  Be sure to use the same memory model (this trips up a lot
  6.    of people.)
  7.  
  8. 2. Then, set the CATS macro in the makefile to the *path* of the
  9.    CATDB.LIB library file (for example, use C:\SRC\CATS not
  10.    C:\SRC\CATS\LIB\CATS.LIB)
  11.  
  12.  
  13. 3. Type:
  14.  
  15.    make -fmakefile.bc
  16.  
  17.  
  18. That's it.
  19.  
  20.  
  21. Edit the NLS\HELP.EN file to add new English messages.  Feel free to
  22. provide translations of HELP.EN into other languages.  The new
  23. translated files should be named HELP.xx (where "xx" is the
  24. two-letter country abbreviation - for example, Germany would use
  25. HELP.DE and France would use HELP.FR)
  26.